func runtime.runqput

5 uses

	runtime (current package)
		proc.go#L1039: 	runqput(mp.p.ptr(), gp, next)
		proc.go#L4249: 	runqput(pp, gp, false)
		proc.go#L4982: 		runqput(pp, newg, true)
		proc.go#L6552: 		runqput(pp, gp1, false)
		proc.go#L6697: func runqput(pp *p, gp *g, next bool) {